File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 run : dotnet restore
2626
2727 - name : Build
28- run : dotnet build --no-restore --configuration Release
28+ run : dotnet build ./Parameterize.Net --no-restore --configuration Release
2929
3030 - name : Run tests
31- run : dotnet test --no-build --verbosity normal
31+ run : dotnet test ./Parameterize.Net --no-build --verbosity normal
3232
3333 - name : Upload test results
3434 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*' # triggers on tags like v1.0.0
7- defaults :
8- run :
9- working-directory : Parmaeterize.Net/
7+
108jobs :
119 publish :
1210 runs-on : ubuntu-latest
2422 run : dotnet restore
2523
2624 - name : Build
27- run : dotnet build --configuration Release --no-restore
25+ run : dotnet build ./Parameterize.Net --configuration Release --no-restore
2826
2927 - name : Pack
3028 run : dotnet pack ./Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
You can’t perform that action at this time.
0 commit comments