diff --git a/Directory.Build.props b/Directory.Build.props index b3141a62d..b9b05c5bb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -63,6 +63,14 @@ + + + + + + + + $(Box_ClientId) @@ -109,7 +117,7 @@ - + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 25ca84c4f..ff9fd8056 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,9 +15,6 @@ stages: - stage: Build jobs: - job: Build - pool: - vmImage: 'Windows-latest' - variables: - group: 'Plug-in Credentials' - name: solution @@ -27,6 +24,9 @@ stages: - name: buildConfiguration value: 'Release' + pool: + vmImage: 'Windows-latest' + steps: - task: NuGetToolInstaller@1