There was an error while loading. Please reload this page.
1 parent 3c0485c commit 7c05159Copy full SHA for 7c05159
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,12 @@ concurrency:
23
24
jobs:
25
build:
26
+ # Nerdbank.GitVersioning appends Git*Version lines to $GITHUB_ENV once per project. With parallel
27
+ # MSBuild (-m) the worker processes race on that file and tear lines, which the runner then rejects
28
+ # with "Invalid format '1.0.0'" at the end of the step. Nothing here consumes those variables.
29
+ env:
30
+ NBGV_SetCloudBuildVersionVars: false
31
+
32
permissions:
33
id-token: write # required for NuGet trusted publishing (OIDC)
34
contents: read
0 commit comments