Skip to content

Commit

Permalink
asafd
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Sramek committed Feb 1, 2025
1 parent 341afe4 commit c722381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
36 changes: 0 additions & 36 deletions .github/actions/build-dotnet.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Restore
run: dotnet restore ./src/**/*.csproj
- name: Build
run: dotnet build ./src/**/*.csproj --no-restore --configuration Release
run: dotnet build ./src/**/*.csproj --configuration Release
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -64,7 +62,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- name: Pack
run: dotnet pack ./src/**/*.csproj --no-build --configuration Release
run: dotnet pack ./src/**/*.csproj --configuration Release
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c722381

Please sign in to comment.