Skip to content

Commit fea2296

Browse files
author
Chao
committed
update version
1 parent e36e99b commit fea2296

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
dotnet-version: '6.0.x'
2020

21-
- name: Restore dependencies
22-
run: dotnet restore
21+
# - name: Restore dependencies
22+
# run: dotnet restore
2323

24-
# - name: Build solution
25-
# run: dotnet build --configuration Release --no-restore
24+
- name: Build solution
25+
run: dotnet build --configuration Release --no-restore
2626

2727
- name: Publish to GitHub Packages
2828
run: |

0 commit comments

Comments
 (0)