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 81
81
--source https://nuget.pkg.github.com/neo-project/index.json \
82
82
--api-key "${{ secrets.GITHUB_TOKEN }}" \
83
83
--disable-buffering \
84
- --no-service-endpoint
84
+ --no-service-endpoint \
85
+ --skip-duplicate
85
86
86
87
- name : Publish to myGet
87
88
working-directory : ./out
90
91
--source https://www.myget.org/F/neo/api/v3/index.json \
91
92
--api-key "${{ secrets.MYGET_TOKEN }}" \
92
93
--disable-buffering \
93
- --no-service-endpoint
94
+ --no-service-endpoint \
95
+ --skip-duplicate
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" MSTest" Version =" 3.7.2 " />
15
+ <PackageReference Include =" MSTest" Version =" 3.7.* " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments