We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3302a2e commit 46f4237Copy full SHA for 46f4237
.github/workflows/build-main.yaml
@@ -20,7 +20,7 @@ jobs:
20
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
21
- run: dotnet tool restore
22
- run: dotnet build -c Release -p:DefineConstants=RUNNING_IN_CI
23
- - run: dotnet pack ./src/Multicaster/Multicaster.csproj -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
+ - run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
24
- run: dotnet retest -- -c Release --no-build
25
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
26
with:
0 commit comments