We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d567 commit 29ff0a3Copy full SHA for 29ff0a3
.github/workflows/publish_ci.yml
@@ -16,9 +16,8 @@ jobs:
16
uses: actions/setup-dotnet@v1
17
- name: Build with dotnet
18
run: |
19
- DOTNET_CLI_TELEMETRY_OPTOUT=1
20
- dotnet build --nologo --configuration Release
21
- dotnet pack --no-build -c Release -o nuget
+ sed -i "s|<Version>\(.*\)</Version>|<Version>\1-ci-$GITHUB_RUN_ID</Version>|" src/FSharp.Collections.Immutable/FSharp.Collections.Immutable.fsproj
+ dotnet pack --nologo --configuration Release -o nuget
22
- name: MyGet push
23
24
source=https://www.myget.org/F/fsharp-collections-immutable/api/v3/index.json
0 commit comments