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 50ec750 commit eadd353Copy full SHA for eadd353
1 file changed
azure-pipelines.yml
@@ -6,5 +6,9 @@
6
pool:
7
vmImage: 'Ubuntu 16.04'
8
9
-script:
10
-- ps: .\build\build.ps1
+variables:
+ buildConfiguration: 'Release'
11
+
12
+steps:
13
+- script: dotnet build --configuration $(buildConfiguration)
14
+ displayName: 'dotnet build $(buildConfiguration)'
0 commit comments