Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Update Build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdresher authored Aug 7, 2017
1 parent 9c2d999 commit 1899937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "build: Version suffix is $suffix"
msbuild serilog-sinks-loggly.sln /m /t:restore /p:Configuration=Release
msbuild serilog-sinks-loggly.sln" /t:build /m /p:Configuration=Release
msbuild "src/Serilog.Sinks.Loggly/Serilog.Sinks.Loggly.csproj" /t:pack /p:Configuration=Release /p:PackageOutputPath=artifacts /p:NoPackageAnalysis=true
<#
foreach ($src in ls src/*) {
Push-Location $src
Expand Down Expand Up @@ -52,3 +52,4 @@ foreach ($test in ls test/*.Tests) {
}
Pop-Location
#>

0 comments on commit 1899937

Please sign in to comment.