Skip to content

Commit e90048f

Browse files
authored
use pack instead of publish
1 parent fa4c0c5 commit e90048f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
runs-on: windows-latest
1616
strategy:
1717
matrix:
18-
dotnetversion: ['net8.0', 'net9.0']
1918
projname: [ 'EIV_Core', 'EIV_Modules' ]
2019
steps:
2120
- name: Checkout
@@ -36,7 +35,7 @@ jobs:
3635
run: dotnet nuget add source --name eiv_nuget $env:GITHUB_WORKSPACE/eiv_nuget
3736

3837
- name: Publish
39-
run: dotnet publish ${{ matrix.projname }}/${{ matrix.projname }}.csproj -c Release -f ${{ matrix.dotnetversion }} -o Out
38+
run: dotnet pack ${{ matrix.projname }}/${{ matrix.projname }}.csproj -c Release -o Out
4039

4140
- name: Upload artifact
4241
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)