Skip to content

Commit 2e44ed3

Browse files
committed
fix: workflows
1 parent f200d04 commit 2e44ed3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: 8.0.x # or the version your project targets
2020

2121
- name: Restore dependencies
22-
run: dotnet restore
22+
run: dotnet restore ./Parameterize.Net
2323

2424
- name: Build
2525
run: dotnet build ./Parameterize.Net --no-restore --configuration Release

.github/workflows/nuget-pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: 8.0.x # adjust to your target .NET version
2020

2121
- name: Restore dependencies
22-
run: dotnet restore
22+
run: dotnet restore ./Parameterize.Net
2323

2424
- name: Build
2525
run: dotnet build ./Parameterize.Net --configuration Release --no-restore

0 commit comments

Comments
 (0)