We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6329 commit e85af29Copy full SHA for e85af29
1 file changed
.github/workflows/release.yml
@@ -37,8 +37,8 @@ jobs:
37
with:
38
dotnet-version: 8.0.x
39
40
- - name: Restore dependencies
41
- run: dotnet restore
+ - name: Create artifacts directory
+ run: New-Item -ItemType Directory -Force -Path artifacts/packages
42
43
- name: Build SDK
44
run: dotnet build src/CodingWithCalvin.VsixSdk/CodingWithCalvin.VsixSdk.csproj -c Release -p:Version=${{ steps.version.outputs.VERSION }}
0 commit comments