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 f6ae7d6 commit 2a746a0Copy full SHA for 2a746a0
1 file changed
.github/workflows/publish.yml
@@ -38,10 +38,10 @@ jobs:
38
shell: pwsh
39
40
- name: Restore dependencies
41
- run: dotnet restore
+ run: dotnet restore src/CodingWithCalvin.Otel4Vsix/CodingWithCalvin.Otel4Vsix.csproj
42
43
- name: Build
44
- run: dotnet build --configuration Release --no-restore -p:Version=${{ steps.version.outputs.VERSION }}
+ run: dotnet build src/CodingWithCalvin.Otel4Vsix/CodingWithCalvin.Otel4Vsix.csproj --configuration Release --no-restore -p:Version=${{ steps.version.outputs.VERSION }}
45
46
- name: Pack
47
run: dotnet pack src/CodingWithCalvin.Otel4Vsix/CodingWithCalvin.Otel4Vsix.csproj --configuration Release --no-build -p:Version=${{ steps.version.outputs.VERSION }} --output ./nupkg
0 commit comments