We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5909054 commit 628dff8Copy full SHA for 628dff8
.github/workflows/build-validate.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build solution
54
run: |
55
Write-Output "::echo::on"
56
- msbuild $env:SLN_FILE /p:Configuration=Debug;AssemblyFileVersion=2.2.$env:BUILD_NUM
+ msbuild.exe $env:SLN_FILE -p:Configuration=Debug -p:AssemblyFileVersion=2.2.$env:BUILD_NUM
57
58
- name: Upload Artifact
59
uses: actions/upload-artifact@v3
0 commit comments