File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
tests/Neo.FileStorage.API.UnitTests Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments