Skip to content

Commit 9a679cd

Browse files
committed
Debug CI build
1 parent db685a6 commit 9a679cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build:
5050
build_script:
5151
- ps: |
5252
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
53+
dotnet build .\GitExtensions.GerritPlugin.sln -c Release --no-restore -bl:msbuild.binlog
5454
5555
#---------------------------------#
5656
# artifacts configuration #

0 commit comments

Comments
 (0)