8000
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 a51c53c commit 62b01c8Copy full SHA for 62b01c8
.github/workflows/ci.yaml
@@ -51,10 +51,10 @@ jobs:
51
cache-dependency-path: '**/packages.lock.json'
52
- name: dotnet restore
53
run: dotnet restore --locked-mode
54
- - name: dotnet publish
55
- run: dotnet publish --no-restore --configuration Release --output .\publish
56
- - name: Upload artifact
57
- uses: actions/upload-artifact@v4
58
- with:
59
- name: publish
60
- path: .\publish\
+ #- name: dotnet publish
+ # run: dotnet publish --no-restore --configuration Release --output .\publish
+ #- name: Upload artifact
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: publish
+ # path: .\publish\
0 commit comments