Skip to content

Commit 8bc63a3

Browse files
committed
fix(ci): update release workflow for moved solution
- Remove dotnet restore (builds restore individually) - Add artifacts directory creation step
1 parent 85b6329 commit 8bc63a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
dotnet-version: 8.0.x
3939

40-
- name: Restore dependencies
41-
run: dotnet restore
40+
- name: Create artifacts directory
41+
run: New-Item -ItemType Directory -Force -Path artifacts/packages
4242

4343
- name: Build SDK
4444
run: dotnet build src/CodingWithCalvin.VsixSdk/CodingWithCalvin.VsixSdk.csproj -c Release -p:Version=${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)