Skip to content

Commit

Permalink
Merge pull request #27 from serilog/nickrandolph-patch-1
Browse files Browse the repository at this point in the history
fix: Correcting version suffix for main branch
  • Loading branch information
nickrandolph authored Jul 27, 2022
2 parents fd287b7 + 66decd8 commit 0beb06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foreach ($src in ls src/*) {

echo "build: Packaging project in $src"

& msbuild /r /m /p:Configuration=Release /p:VersionSuffix=$buildSuffix /p:EnableSourceLink=true "/p:PackageOutputPath=..\..\artifacts"
& msbuild /r /m /p:Configuration=Release /p:VersionSuffix=$suffix /p:EnableSourceLink=true "/p:PackageOutputPath=..\..\artifacts"

if($LASTEXITCODE -ne 0) { exit 1 }

Expand Down

0 comments on commit 0beb06a

Please sign in to comment.