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 a3c1f22 commit 091bcd4Copy full SHA for 091bcd4
tasks/createTagsTasks.ts
@@ -27,6 +27,7 @@ gulp.task('createTags', async (): Promise<void> => {
27
28
if (options.dryRun) {
29
console.log('Tagging is skipped in dry run mode.');
30
+ return;
31
} else {
32
const tagCreatedInRoslyn = await tagRepoAsync(
33
'dotnet',
0 commit comments