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 db685a6 commit 9a679cdCopy full SHA for 9a679cd
appveyor.yml
@@ -50,7 +50,7 @@ build:
50
build_script:
51
- ps: |
52
Write-Host "Building solution with dotnet and creating binary log..."
53
- dotnet build .\GitExtensions.GerritPlugin.sln -c $env:APPVEYOR_BUILD_CONFIGURATION --no-restore -bl:msbuild.binlog
+ dotnet build .\GitExtensions.GerritPlugin.sln -c Release --no-restore -bl:msbuild.binlog
54
55
#---------------------------------#
56
# artifacts configuration #
0 commit comments