File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 - name : Publish to NuGet
3333 env :
3434 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
35- run : dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
35+ run : dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 1515 <PackageOutputPath >$(OutputPath)</PackageOutputPath >
1616 <RepositoryUrl >https://github.com/Mythetech/ModularPipelines.Pulumi</RepositoryUrl >
1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
18+ <PackageId >Mythetech.ModularPipelines.Pulumi</PackageId >
19+ <Version >0.0.0.1</Version >
1820 </PropertyGroup >
1921
2022 <ItemGroup >
You can’t perform that action at this time.
0 commit comments