Skip to content

Commit 80be525

Browse files
Update master_blazorticketmasterapp.yml
1 parent aff3124 commit 80be525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master_blazorticketmasterapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323

2424
- name: Build with dotnet
2525
# run: dotnet build --configuration Release
26-
run: dotnet build .\BazorTicketMasterApp\BlazorTicketmasterApp.csproj --configuration Release
26+
run: dotnet build BazorTicketMasterApp/BlazorTicketmasterApp.csproj --configuration Release
2727

2828
- name: Run tests
2929
# run: dotnet test --no-build --verbosity normal
30-
run: dotnet test .\BazorTicketMasterApp\BlazorTicketMasterApp.UnitTests\BlazorTicketMasterApp.UnitTests.csproj --no-build --verbosity normal
30+
run: dotnet test BlazorTicketMasterApp/BlazorTicketMasterApp.UnitTests/BlazorTicketMasterApp.UnitTests.csproj --no-build --verbosity normal
3131

3232
- name: dotnet publish
3333
# run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
34-
run: dotnet publish .\BazorTicketMasterApp\BlazorTicketmasterApp.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
34+
run: dotnet publish BazorTicketMasterApp/BlazorTicketmasterApp.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
3535

3636
- name: Upload artifact for deployment job
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)