Commit 4fd2556 1 parent a89bca6 commit 4fd2556 Copy full SHA for 4fd2556
File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : dotnet-CD
2
2
3
- env :
4
- DOTNET_VERSION : ' 8'
5
-
6
3
on :
7
4
push :
8
5
branches : [ "main" ]
18
15
steps :
19
16
- uses : actions/checkout@v4
20
17
21
- - name : Set up .NET Core
22
- uses : actions/setup-dotnet@v4
23
- with :
24
- dotnet-version : ${{ env.DOTNET_VERSION }}
25
-
26
18
- name : Set up dependency caching for faster builds
27
19
uses : actions/cache@v3
28
20
with :
35
27
run : dotnet build rubberduckvba.Server --configuration Release
36
28
37
29
- name : dotnet publish
38
- run : dotnet publish rubberduckvba.Server\rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}\pub
30
+ run : dotnet publish --target rubberduckvba.Server\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}\pub
39
31
40
32
- name : Upload artifact for deployment job
41
33
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments