Skip to content

Commit 018fe99

Browse files
committed
Add skip-duplicate
1 parent d9c5e42 commit 018fe99

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
--source https://nuget.pkg.github.com/neo-project/index.json \
8282
--api-key "${{ secrets.GITHUB_TOKEN }}" \
8383
--disable-buffering \
84-
--no-service-endpoint
84+
--no-service-endpoint \
85+
--skip-duplicate
8586
8687
- name: Publish to myGet
8788
working-directory: ./out
@@ -90,4 +91,5 @@ jobs:
9091
--source https://www.myget.org/F/neo/api/v3/index.json \
9192
--api-key "${{ secrets.MYGET_TOKEN }}" \
9293
--disable-buffering \
93-
--no-service-endpoint
94+
--no-service-endpoint \
95+
--skip-duplicate

tests/Neo.FileStorage.API.UnitTests/Neo.FileStorage.API.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="MSTest" Version="3.7.2" />
15+
<PackageReference Include="MSTest" Version="3.7.*" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)