Skip to content

Commit

Permalink
Don´t upload Symbols to Symbolserver, because of certificate issue: N…
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertBodner committed Oct 26, 2017
1 parent ea3cd44 commit 748055a
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 @@ -29,7 +29,7 @@ if ($env:APPVEYOR_REPO_TAG -eq "true") {
Push-Location $src

echo "build: Pack project in $src"
exec { & dotnet pack -c Release --include-symbols -o ..\..\artifacts /p:PackageVersion=$buildVersion }
exec { & dotnet pack -c Release -o ..\..\artifacts /p:PackageVersion=$buildVersion }

Pop-Location
}
Expand Down

0 comments on commit 748055a

Please sign in to comment.