Skip to content

Commit 3fadc74

Browse files
authored
Merge branch 'main' into copilot/migrate-xunit-to-nunit-4-4-0
2 parents 4eedd40 + de78e34 commit 3fadc74

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ on:
77
branches: [ main ]
88

99
env:
10-
productNamespacePrefix: "SourceGenerators"
10+
productNamespacePrefix: "ReactiveUI.SourceGenerators"
11+
12+
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
13+
permissions:
14+
contents: read
15+
actions: write
1116

1217
jobs:
1318
build:
1419
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
1520
with:
16-
configuration: Release
17-
productNamespacePrefix: "SourceGenerators"
18-
installWorkflows: true
21+
productNamespacePrefix: ReactiveUI.SourceGenerators
22+
installWorkloads: true
23+
secrets:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25+

0 commit comments

Comments
 (0)