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 b5c2423 commit df45b87Copy full SHA for df45b87
.github/workflows/release.yml
@@ -48,7 +48,9 @@ jobs:
48
run: dotnet test --no-build --no-restore
49
50
- name: pack
51
- run: dotnet pack --no-build --no-restore -o dist
+ run: |
52
+ dotnet pack src/VbaCompiler/VbaCompiler.csproj --no-build --no-restore -o dist
53
+ dotnet pack src/vbamc/vbamc.csproj --no-build --no-restore -o dist
54
55
- name: attestation
56
uses: actions/attest-build-provenance@v3
0 commit comments