Skip to content

Commit 0c962f9

Browse files
authored
Update release pipeline (#8485)
* Updated dotnet-monitor-release.yml * inline all scripts * Remove checkout * More script removal * publish build logs not allowed * auth attempt * hardcode versions * Checksums and logs * Single source + maestro api testing * Use pipeline variable for token * No token * Use entra app id * Add az login * az login no params * Use darc cli * Add ci * Comments
1 parent 9b3a65e commit 0c962f9

File tree

2 files changed

+367
-46
lines changed

2 files changed

+367
-46
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"omnisharp.enableAsyncCompletion": true,
3030
"omnisharp.enableEditorConfigSupport": true,
3131
"omnisharp.enableRoslynAnalyzers": true,
32-
"omnisharp.organizeImportsOnFormat": true,
3332
"omnisharp.autoStart": true,
3433

3534
// ms-vscode.powershell settings
@@ -47,5 +46,6 @@
4746
"xml",
4847
"msbuild",
4948
"javascript"
50-
]
49+
],
50+
"dotnet.formatting.organizeImportsOnFormat": true
5151
}

0 commit comments

Comments
 (0)