Commit 3dd6cdb
authored
Disable NuGet uploading of releases for now (#2450)
* Add --skip-duplicate to NuGet upload
This is necessary to avoid problems when we release a new version of
Dafny but don't change the version of the runtime.
* Temporarily disable NuGet uploads during release
Unfortunately, the NuGet packages generated by this script have overly
strict .NET version dependencies, and we don't yet know how to fix this.
See #24231 parent 6afd888 commit 3dd6cdb
File tree
2 files changed
+8
-2
lines changed- .github/workflows
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments