File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
src/FSharp.Collections.Immutable Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11name : .NET Core
22
3- on : [push]
3+ on :
4+ push :
5+ branches-ignore :
6+ - master
47
58jobs :
69 build :
1619 DOTNET_CLI_TELEMETRY_OPTOUT=1
1720 dotnet build --nologo --configuration Release
1821 dotnet pack --no-build -c Release
19- - name : NuGet push
22+ - name : MyGet push
2023 run : |
21- source=ADD_SOURCE_URL_HERE
22- key=ADD_NUGET_KEY #${{secrets.myget_froto_api_key}}
23- echo "dotnet nuget push -s $source -k $key nuget/*.nupkg"
24+ source=https://www.myget.org/F/fsharp-collections-immutable/api/v3/index.json
25+ key=${{secrets.MyGet_Key}}
26+ dotnet nuget push -s $source -k $key nuget/*.nupkg
27+
28+
Original file line number Diff line number Diff line change 99 <Company >XperiAndri</Company >
1010 <ProductName >FSharp.Collections.Immutable</ProductName >
1111 <Copyright >Copyright © XperiAndri 2016</Copyright >
12- <Version >0.1 .0</Version >
12+ <Version >1.0 .0</Version >
1313 <Authors >XperiAndri;EventHelix</Authors >
1414 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1515 <PackageId >FSharp.Collections.Immutable</PackageId >
You can’t perform that action at this time.
0 commit comments