Skip to content

Commit da01397

Browse files
committed
nuget
1 parent 60b5b3b commit da01397

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,5 @@ jobs:
3131
shopt -s globstar
3232
for file in **/*.nupkg
3333
do
34-
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
35-
done
36-
37-
- name: publish snupkg packages
38-
run: |
39-
shopt -s globstar
40-
for file in **/*.snupkg
41-
do
42-
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
34+
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
4335
done

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<Product>Managed Code - Storage</Product>
16-
<Version>2.0.17</Version>
17-
<PackageVersion>2.0.17</PackageVersion>
16+
<Version>2.0.18</Version>
17+
<PackageVersion>2.0.18</PackageVersion>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2020
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)