We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a168e commit 2d202a1Copy full SHA for 2d202a1
.github/workflows/master_core-admin-demo.yml
@@ -21,7 +21,7 @@ jobs:
21
dotnet-version: 8.0.x
22
23
- name: dotnet publish
24
- run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet6.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net7.0
+ run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet8.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net8.0
25
26
- name: Upload artifact for deployment job
27
uses: actions/upload-artifact@v2
0 commit comments