Commit e54d309 1 parent 752b583 commit e54d309 Copy full SHA for e54d309
File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup NuGet
19
19
uses : NuGet/setup-nuget@v2
20
20
21
- - name : Restore NuGet Packages
22
- run : nuget restore ./source/FreeGameNotifications.sln
21
+ # - name: Restore NuGet Packages
22
+ # run: nuget restore ./source/FreeGameNotifications.sln
23
23
24
- - name : Build
25
- run : msbuild ./source/FreeGameNotifications.sln /p:Configuration=Release /p:Platform="Any CPU"
24
+ # - name: Build
25
+ # run: msbuild ./source/FreeGameNotifications.sln /p:Configuration=Release /p:Platform="Any CPU"
26
+
27
+ - name : Setup .NET Core
28
+ uses : actions/setup-dotnet@v4
29
+ with :
30
+ dotnet-version : " 8.0.x"
31
+
32
+ - name : Run Cake build
33
+ run : dotnet cake --target=Default
34
+
35
+ - name : Install Cake.Tool
36
+ run : dotnet tool install --global Cake.Tool
You can’t perform that action at this time.
0 commit comments