2
0
dkanada 5 жил өмнө
parent
commit
f1008ab58d

+ 4 - 6
.ci/azure-pipelines.yml

@@ -19,9 +19,9 @@ jobs:
       vmImage: ubuntu-latest
       vmImage: ubuntu-latest
     strategy:
     strategy:
       matrix:
       matrix:
-        release:
+        Release:
           BuildConfiguration: Release
           BuildConfiguration: Release
-        debug:
+        Debug:
           BuildConfiguration: Debug
           BuildConfiguration: Debug
       maxParallel: 2
       maxParallel: 2
     steps:
     steps:
@@ -191,12 +191,12 @@ jobs:
     #     #publishRunAttachments: true # Optional
     #     #publishRunAttachments: true # Optional
 
 
   - job: main_build_win
   - job: main_build_win
-    displayName: Main Build Windows
+    displayName: Publish Windows
     pool:
     pool:
       vmImage: windows-latest
       vmImage: windows-latest
     strategy:
     strategy:
       matrix:
       matrix:
-        release:
+        Release:
           BuildConfiguration: Release
           BuildConfiguration: Release
       maxParallel: 2
       maxParallel: 2
     steps:
     steps:
@@ -373,5 +373,3 @@ jobs:
         script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines'
         script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines'
         workingDirectory: $(System.ArtifactsDirectory) # Optional
         workingDirectory: $(System.ArtifactsDirectory) # Optional
         #failOnStderr: false # Optional
         #failOnStderr: false # Optional
-
-