ForNeVeR / ForNeVeR/Generaptor

Order in envs

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
F#
Stars
50
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```fsharp
let testEnv =
[
"DOTNET_NOLOGO", "1"
"DOTNET_CLI_TELEMETRY_OPTOUT", "1"
"NUGET_PACKAGES", "${{ github.workspace }}/.github/nuget-packages"
"PACKAGE_VERSION_BASE", "1.8.21"
] |> Seq.map(fun (k, v) -> setEnv k v)
```

This leads to
```yml
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.8.21
```

Order should be preserved.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.