Skip to content

Commit

Permalink
(#211) Add temporary work around for version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pardahlman committed May 7, 2017
1 parent 94c8fff commit abfbd85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .build/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ foreach ($src in ls ../src/*) {

write-host "build: Packaging project in $src" -ForegroundColor Green

& dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2"
& dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=beta6 /p:Configuration=Release
# & dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2"
if($LASTEXITCODE -ne 0) { exit 1 }

Pop-Location
}

Pop-Location
Pop-Location

0 comments on commit abfbd85

Please sign in to comment.