Skip to content

Commit 75a2650

Browse files
Andreas Vilinskixperiandri
authored andcommitted
add nuget push action WIP
1 parent cc5f3ba commit 75a2650

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
14-
#with:
15-
# dotnet-version: 2.2.108
1614
- name: Build with dotnet
1715
run: |
1816
dotnet --version
1917
dotnet build --configuration Release
18+
dotnet pack --no-build -c Release
19+
- name: NuGet push
20+
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"

src/FSharp.Collections.Immutable/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)