Skip to content

Commit 628dff8

Browse files
committed
Update build-validate.yaml
1 parent 5909054 commit 628dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build solution
5454
run: |
5555
Write-Output "::echo::on"
56-
msbuild $env:SLN_FILE /p:Configuration=Debug;AssemblyFileVersion=2.2.$env:BUILD_NUM
56+
msbuild.exe $env:SLN_FILE -p:Configuration=Debug -p:AssemblyFileVersion=2.2.$env:BUILD_NUM
5757
5858
- name: Upload Artifact
5959
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)