|
@ -22,6 +22,7 @@ jobs: |
|
|
env: |
|
|
env: |
|
|
TAG: ${{ variables['Build.SourceBranchName'] }} |
|
|
TAG: ${{ variables['Build.SourceBranchName'] }} |
|
|
PLATFORM: win |
|
|
PLATFORM: win |
|
|
|
|
|
NODE_IMAGE: stefanscherer/node-windows:8.11 |
|
|
- job: BuildLinux |
|
|
- job: BuildLinux |
|
|
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') |
|
|
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') |
|
|
pool: |
|
|
pool: |
|
|