diff --git a/.github/workflows/dotnet-developPublish.yml b/.github/workflows/dotnet-developPublish.yml index 2180085f..a594b21a 100644 --- a/.github/workflows/dotnet-developPublish.yml +++ b/.github/workflows/dotnet-developPublish.yml @@ -28,7 +28,7 @@ jobs: run: dotnet build --configuration Release - name: Publish - run: dotnet publish --configuration Release --output ./publish --no-build + run: dotnet publish --configuration Release --output ./publish /p:EnvironmentName=Development --no-build - name: Deploy to IIS via Web Deploy shell: powershell