Commit da0d3be 1 parent 4fd2556 commit da0d3be Copy full SHA for da0d3be
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
run : dotnet build rubberduckvba.Server --configuration Release
28
28
29
29
- name : dotnet publish
30
- run : dotnet publish --target rubberduckvba.Server\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}\pub
30
+ run : dotnet publish --target rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}\pub
31
31
32
32
- name : Upload artifact for deployment job
33
33
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Setup .NET
15
- uses : actions/setup-dotnet@v4
16
- with :
17
- dotnet-version : 8.0.x
14
+ # - name: Setup .NET
15
+ # uses: actions/setup-dotnet@v4
16
+ # with:
17
+ # dotnet-version: 8.0.x
18
18
- name : Restore dependencies
19
19
run : dotnet restore
20
20
- name : Build
You can’t perform that action at this time.
0 commit comments