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 e36e99b commit fea2296Copy full SHA for fea2296
.github/workflows/build-and-publish.yml
@@ -18,11 +18,11 @@ jobs:
18
with:
19
dotnet-version: '6.0.x'
20
21
- - name: Restore dependencies
22
- run: dotnet restore
+# - name: Restore dependencies
+# run: dotnet restore
23
24
-# - name: Build solution
25
-# run: dotnet build --configuration Release --no-restore
+ - name: Build solution
+ run: dotnet build --configuration Release --no-restore
26
27
- name: Publish to GitHub Packages
28
run: |
0 commit comments