Update dotnet-developPublish.yml
This commit is contained in:
4
.github/workflows/dotnet-developPublish.yml
vendored
4
.github/workflows/dotnet-developPublish.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release -warnaslevel:0
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish --configuration Release --output ./publish --no-build -warnaslevel:0
|
||||
run: dotnet publish --configuration Release --output ./publish --no-build
|
||||
|
||||
- name: Deploy to IIS via Web Deploy
|
||||
shell: powershell
|
||||
|
||||
Reference in New Issue
Block a user