We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e4174 commit 70de881Copy full SHA for 70de881
.github/workflows/main_codefirstapi.yml
@@ -24,10 +24,10 @@ jobs:
24
dotnet-version: '9.x'
25
26
- name: Build with dotnet
27
- run: dotnet build --configuration Release
+ run: dotnet build samples/BlazorApp/BlazorApp.csproj --configuration Release
28
29
- name: dotnet publish
30
- run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp"
+ run: dotnet publish samples/BlazorApp/BlazorApp.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp"
31
32
- name: Upload artifact for deployment job
33
uses: actions/upload-artifact@v4
0 commit comments