Skip to content

Commit 1c809b5

Browse files
committed
ci: fix deployment process
1 parent fbbf8a8 commit 1c809b5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ jobs:
3737
with:
3838
dotnet-version: "10.0.x"
3939

40-
# - name: Restore workloads
41-
# run: dotnet workload restore
40+
- name: Restore workloads
41+
run: dotnet workload restore
4242

4343
- name: Build
4444
run: dotnet build OneSignalSDK.DotNet/OneSignalSDK.DotNet.csproj -c Release /p:Version=${{ steps.version.outputs.version }}
4545

46+
- name: Setup NuGet
47+
uses: nuget/setup-nuget@v2
48+
with:
49+
nuget-version: "latest"
50+
4651
- name: Pack
4752
run: nuget pack OneSignalSDK.DotNet.nuspec -OutputDirectory ./artifacts
4853

0 commit comments

Comments
 (0)