mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
Add test workflow to validate versions-manifest.json file
This commit is contained in:
@ -29,6 +29,10 @@ jobs:
|
||||
-AzureDevOpsProjectName $(System.TeamProject) `
|
||||
-AzureDevOpsAccessToken $(System.AccessToken) `
|
||||
-SourceBranch $(Build.SourceBranch) `
|
||||
-DefinitionId $(DEFINITION_ID) `
|
||||
-SourceVersion $(Build.SourceVersion) `
|
||||
-ManifestLink $(MANIFEST_LINK) `
|
||||
-WaitForBuilds $(WAIT_FOR_BUILDS) `
|
||||
-ToolVersions "$(PYTHON_VERSIONS)" `
|
||||
-DefinitionId $(DEFINITION_ID)
|
||||
-RetryIntervalSec $(RETRY_INTERVAL_SEC) `
|
||||
-RetryCount $(RETRY_COUNT)
|
Reference in New Issue
Block a user