-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial changes to skip updating base version of tasks * version updates * versioning updates + fxies * re-use config version if base version hasn't changed * don't attempt to remove generated directories yet * fix off by 1 * fixes ignore readme files * add gitignore * update buildconfiggen launch settings * Adding node20 build configs * updates * updates * skip downgrade check for node upgrade * ci * updates from merges * skip version check * add UseDotNetV2 * fix inconsistency * fix * ci * Sync again * ci * ci * [syncGeneratedFilesWrapper] Fix syncGeneratedFilesWrapper - Fixed cases when the generated files already were in changes * fixes * fix * cleanup * ci * fix * remove gradlev2 as tests fail (to be investigated) * remove tasks with failing tests * ci * don't unnecessarily touch task.json * remove InstallAppleCertificate for now * remove InstallAppleProvisioningProfileV1 for now * Remove InstallSSHKeyV0 * remove msbuildv1 * merge updates * remove NodeToolV0 * ci * remove PowerShellV0 * remove SSHV0 * Remove UseNodeV1 * remove UseDotNetV2 / UseNodeV1 * exclude changes in _buildConfigs from triggering version check * remove uneeded change * fix * ci * Revert "ci" This reverts commit 4369f27. * ci * merge * merge * ci * fix for quoting issue * another quoting fix attempt * another quoting fix * remove JavaToolInstallerV0 * fix * include generated tasks in version check * ci * fix * ci * remove attempt to check downgrading on changed generated tasks -- as it doesn't currently work --------- Co-authored-by: Dmitrii Bobreshev (Akvelon INC) <[email protected]>
- Loading branch information
1 parent
1d514ea
commit c58b6df
Showing
1,415 changed files
with
103,088 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "antv1-tests", | ||
"version": "1.0.0", | ||
"description": "Azure Pipelines Ant V1 Task Tests", | ||
"main": "L0.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git" | ||
}, | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues" | ||
}, | ||
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.7" | ||
} | ||
} |
Oops, something went wrong.