Skip to content

Commit c722381

Browse files
author
Petr Sramek
committed
asafd
1 parent 341afe4 commit c722381

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

.github/actions/build-dotnet.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/dotnet.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: 9.x
19-
- name: Restore
20-
run: dotnet restore ./src/**/*.csproj
2119
- name: Build
22-
run: dotnet build ./src/**/*.csproj --no-restore --configuration Release
20+
run: dotnet build ./src/**/*.csproj --configuration Release
2321
- name: Upload
2422
uses: actions/upload-artifact@v4
2523
with:
@@ -64,7 +62,7 @@ jobs:
6462
- name: Display structure of downloaded files
6563
run: ls -R
6664
- name: Pack
67-
run: dotnet pack ./src/**/*.csproj --no-build --configuration Release
65+
run: dotnet pack ./src/**/*.csproj --configuration Release
6866
- name: Upload
6967
uses: actions/upload-artifact@v4
7068
with:

0 commit comments

Comments
 (0)