mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
use correct image (#2352)
Some checks failed
Windows Calculator Continuous Integration Pipeline / Define builds (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Build (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run unit tests (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run UI tests (x64) (push) Has been cancelled
Some checks failed
Windows Calculator Continuous Integration Pipeline / Define builds (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Build (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run unit tests (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run UI tests (x64) (push) Has been cancelled
This commit is contained in:
parent
06eb235d48
commit
4f16eca81d
2 changed files with 2 additions and 10 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
parameters:
|
||||
isReleaseBuild: false
|
||||
isOSSBuild: false
|
||||
useReleaseAppxManifest: false
|
||||
platform: ''
|
||||
condition: ''
|
||||
|
@ -42,10 +41,6 @@ jobs:
|
|||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- ${{ if eq(parameters.isOSSBuild, true) }}:
|
||||
- task: nuget-security-analysis@0
|
||||
displayName: Secure Supply Chain Analysis
|
||||
|
||||
- ${{ if eq(parameters.isReleaseBuild, true) }}:
|
||||
- task: UniversalPackages@0
|
||||
displayName: Download internals package
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# This template contains jobs to run UI tests using WinAppDriver.
|
||||
|
||||
parameters:
|
||||
isOSSBuild: false
|
||||
platform: ''
|
||||
runsettingsFileName: ''
|
||||
|
||||
|
@ -11,10 +10,8 @@ jobs:
|
|||
dependsOn: Build${{ parameters.platform }}
|
||||
condition: succeeded()
|
||||
pool:
|
||||
${{ if eq(parameters.isOSSBuild, true) }}:
|
||||
name: EssentialExperiencesOpenSource-Win11
|
||||
${{ if eq(parameters.isOSSBuild, false) }}:
|
||||
name: EssentialExperiences-Win11
|
||||
name: EssentialExperiences-Win11
|
||||
image: Win11Enterprise-BuildTools2022
|
||||
variables:
|
||||
skipComponentGovernanceDetection: true
|
||||
DropName: drop-${{ parameters.platform }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue