File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ jobs:
77
77
run : dotnet restore
78
78
79
79
- name : Build
80
- run : dotnet build --configuration Release --no-restore --runtime win-x64
80
+ run : dotnet build --configuration Release --no-restore
81
81
82
82
- name : Publish
83
- run : dotnet publish --configuration Release --output ./publish --runtime win-x64
83
+ run : dotnet publish --configuration Release --output ./publish
84
84
85
85
- name : Build and push static web package
86
86
run : |
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
+ <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
5
6
<Nullable >enable</Nullable >
6
7
<ImplicitUsings >enable</ImplicitUsings >
7
8
<UserSecretsId >dotnet-WindowsServiceDotNETCore-081a241b-3c72-4faa-abbc-e558ba56cbbd</UserSecretsId >
You can’t perform that action at this time.
0 commit comments