We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c1ba8 commit d863492Copy full SHA for d863492
make-util.js
@@ -912,7 +912,7 @@ var createHotfixLayout = function (packagePath, taskName) {
912
var scriptContent = '# Hotfix created from branch: ' + branch + os.EOL;
913
scriptContent += '# Commit: ' + commitInfo + os.EOL;
914
scriptContent += '$ErrorActionPreference=\'Stop\'' + os.EOL;
915
- scriptContent += 'Update-DistributedTaskDefinitions -TaskZip $PSScriptRoot\\task.zip' + os.EOL;
+ scriptContent += 'Update-DistributedTaskDefinitions -TaskZip $PSScriptRoot\\tasks.zip' + os.EOL;
916
fs.writeFileSync(scriptPath, scriptContent);
917
918
// link the non-aggregated tasks zip
0 commit comments