Update pipelines with release WinGetSvc-Release-20230922.2-01 (#120817)

Co-authored-by: Release bot <pmai@microsoft.com>
This commit is contained in:
wingetbot
2023-09-25 14:10:26 -07:00
committed by GitHub
parent b15e256c3b
commit a61635670d
3 changed files with 5 additions and 21 deletions
@@ -24,13 +24,9 @@ jobs:
skipComponentGovernanceDetection: ${{ true }}
runCodesignValidationInjection: ${{ false }}
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'
@@ -114,13 +110,9 @@ jobs:
dependsOn:
- 'SignPackage'
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'
@@ -23,13 +23,9 @@ jobs:
skipComponentGovernanceDetection: ${{ true }}
runCodesignValidationInjection: ${{ false }}
timeoutInMinutes: 0
steps:
#Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Allow scripts to access the system token.
- checkout: self
persistCredentials: true
@@ -23,13 +23,9 @@ jobs:
skipComponentGovernanceDetection: ${{ true }}
runCodesignValidationInjection: ${{ false }}
timeoutInMinutes: 0
steps:
# Use netcoreapp3.1
- task: UseDotNet@2
inputs:
version: 3.1.x
# Downloads all the setup files and its dependencies.
- task: AzureCLI@1
displayName: 'Azure Setup'