Skip to content

Commit 2dfb9da

Browse files
committed
fix dotnet publish
1 parent d8891ab commit 2dfb9da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet-cd.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
3636

3737
- name: dotnet publish
38-
run: dotnet publish -t rubberduckvba.Server/rubberduckvba.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/pub
38+
run: dotnet publish rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
3939

4040
- name: Upload artifact for deployment job
4141
uses: actions/upload-artifact@v3
@@ -44,6 +44,9 @@ jobs:
4444
path: ${{env.DOTNET_ROOT}}/pub
4545

4646
deploy:
47+
environment:
48+
name: AZ-TEST
49+
url: https://test.rubberduckvba.com
4750
permissions:
4851
contents: none
4952
runs-on: windows-latest

0 commit comments

Comments
 (0)