Skip to content

Commit 6cf9c62

Browse files
committed
updating build config
1 parent b5209ae commit 6cf9c62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ phases:
2020
parallel: 99
2121
matrix:
2222
Build_Debug:
23-
_BuildConfig: netcoreapp-Windows_NT-Debug
23+
_BuildConfig: Debug
2424
# overwrite some values when building debug
2525
_PublishType: none
2626
_SignType: test
2727
_DotNetPublishToBlobFeed : false
2828
Build_Release:
29-
_BuildConfig: netcoreapp-Windows_NT-Release
29+
_BuildConfig: Release
3030

3131
# only publish build assets if we're running internally
3232
- ${{ if eq(parameters.runAsPublic, 'false') }}:
@@ -35,4 +35,4 @@ phases:
3535
dependsOn: Windows_NT
3636
queue:
3737
name: Hosted VS2017
38-
configuration: netcoreapp-Windows_NT-Debug
38+
configuration: Debug

0 commit comments

Comments
 (0)