File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments