Explorar o código

update build scripts

Oren Novotny %!s(int64=7) %!d(string=hai) anos
pai
achega
9900bb25ec
Modificáronse 2 ficheiros con 12 adicións e 6 borrados
  1. 6 3
      .vsts.rx-ci.yml
  2. 6 3
      .vsts.rx-pr.yml

+ 6 - 3
.vsts.rx-ci.yml

@@ -2,9 +2,12 @@ trigger:
 - master
 - develop
 
-queue:
-  name: Hosted VS2017
-  
+queue: Hosted VS2017
+
+variables: 
+  BuildConfiguration: Release
+  BuildPlatform: Any CPU
+    
 steps:
 - task: BatchScript@1
   inputs:

+ 6 - 3
.vsts.rx-pr.yml

@@ -1,6 +1,9 @@
-queue:
-  name: Hosted VS2017
-  
+queue: Hosted VS2017
+
+variables: 
+  BuildConfiguration: Release
+  BuildPlatform: Any CPU
+    
 steps:
 - task: BatchScript@1
   inputs: