Commit a920a84
committed
Remove --no-build flag and clean up project dependencies
Removed the `--no-build` flag from `dotnet pack` commands in `deterministic-build.yml` to ensure the project is built during
packaging. This affects both the initial package creation and verification steps.
In `Codebreaker.Analyzers.csproj`, removed the `<WarningsAsErrors />` element, allowing warnings to no longer be treated as errors.
Also removed the `<PackageReference>` to `System.Text.Json`, as this was a workaround for the project or NuGet packaging.1 parent cb2b80c commit a920a84
2 files changed
Lines changed: 0 additions & 8 deletions
File tree
- .github/workflows
- src/services/common/Codebreaker.GameAPIs.Analyzers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | | - | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 30 | | |
0 commit comments