Skip to content

Commit cc78b11

Browse files
authored
Merge branch 'master' into dev
2 parents c99814f + 4b1aec5 commit cc78b11

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: |
2828
cd src/IdentityManager2
2929
dotnet pack -c Release -o publish --no-build
30-
- name: Publish
31-
uses: actions/upload-artifact@master
32-
with:
33-
name: IdentityManager2
34-
path: src/IdentityManager2/publish
30+
# - name: Publish
31+
# uses: actions/upload-artifact@master
32+
# with:
33+
# name: IdentityManager2
34+
# path: src/IdentityManager2/publish

0 commit comments

Comments
 (0)