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 7e2299b commit 5909054Copy full SHA for 5909054
.github/workflows/build-validate.yaml
@@ -40,7 +40,7 @@ jobs:
40
Write-Output "::echo::on"
41
$calcBuildNum = ([int]$env:GITHUB_RUN_NUMBER + 8303)
42
echo "Calculated number $calcBuildNum"
43
- echo "BUILD_NUM=$calcBuildNum" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
+ echo "BUILD_NUM=$calcBuildNum" | Out-File -FilePath $env:GITHUB_ENV -Append
44
echo "Set Build version to $env:BUILD_NUM"
45
46
- name: (Debug) Output ENV vars
@@ -53,7 +53,7 @@ jobs:
53
- name: Build solution
54
run: |
55
56
- msbuild $env:SLN_FILE -p:Configuration=Debug -p:AssemblyFileVersion=2.2.$env:BUILD_NUM
+ msbuild $env:SLN_FILE /p:Configuration=Debug;AssemblyFileVersion=2.2.$env:BUILD_NUM
57
58
- name: Upload Artifact
59
uses: actions/upload-artifact@v3
0 commit comments