From a46a06683d9c56d876d36480a2cffa4f5f38e263 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Thu, 18 Feb 2021 18:59:33 +0000 Subject: [PATCH] rework --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98ce006e..bfcdd332 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,8 @@ resources: ref: refs/heads/main variables: - group: Xamarin-Secrets + - name: Configuration + value: Release stages: - stage: Build jobs: @@ -23,5 +25,4 @@ stages: displayName: 'Build Projects\OpenTK.Android\OpenTK.Android.csproj' inputs: solution: Projects\OpenTK.Android\OpenTK.Android.csproj - configuration: Release msbuildArguments: /restore /v:diag \ No newline at end of file