Skip to content

Commit

Permalink
pipeline path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolBonjoch committed Sep 25, 2019
1 parent ccd1b28 commit 2c09359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipeline/azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
inlineScript: 'pwsh -File Build-Push.ps1 -resourceGroup $(resourceGroup) -acrName $(acrName) -dockerTag $(Build.BuildId)'
addSpnToEnvironment: true
useGlobalConfig: true
workingDirectory: 'Deploy'
workingDirectory: 'Deploy/powershell'
- job: Build_Windows
pool:
vmImage: 'windows-2019'
Expand All @@ -63,4 +63,4 @@ jobs:
inlineScript: 'pwsh -Command .\Build-Push.ps1 -resourceGroup $(resourceGroup) -acrName $(acrName) -dockerTag $(Build.BuildId) -isWindowsMachine 1'
addSpnToEnvironment: true
useGlobalConfig: true
workingDirectory: 'Deploy'
workingDirectory: 'Deploy\powershell'

0 comments on commit 2c09359

Please sign in to comment.