mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-12 20:56:49 +00:00
Compare commits
5 Commits
v-malob/su
...
add-codeow
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc2ef5ff7d | ||
|
|
e37209e8d6 | ||
|
|
3d7121daba | ||
|
|
5f0e0eebc8 | ||
|
|
32fbb87915 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @actions/virtual-environments-owners
|
||||
@@ -5,7 +5,15 @@ steps:
|
||||
inputs:
|
||||
TargetType: inline
|
||||
script: |
|
||||
throw "No new versions were found"
|
||||
Write-Host "No new versions were found"
|
||||
Import-Module "./azure-devops/azure-devops-api.ps1"
|
||||
|
||||
$azureDevOpsApi = Get-AzureDevOpsApi -TeamFoundationCollectionUri $(System.TeamFoundationCollectionUri) `
|
||||
-ProjectName $(System.TeamProject) `
|
||||
-AccessToken $(System.AccessToken)
|
||||
|
||||
$AzureDevOpsApi.UpdateBuildStatus($(Build.BuildId), 'Cancelling') | Out-Null
|
||||
Start-Sleep -Seconds 60
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Set PIPELINE_URL variable'
|
||||
|
||||
Reference in New Issue
Block a user