More reproducible build stuff (#5)

This commit is contained in:
Patrick Stevens
2022-12-30 10:58:13 +00:00
committed by GitHub
parent 4ae932072e
commit 248c8b7220
3 changed files with 39 additions and 11 deletions

View File

@@ -10,6 +10,8 @@ env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: ''
DOTNET_MULTILEVEL_LOOKUP: 0
jobs:
build:
@@ -23,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # so that NerdBank.GitVersioning has access to history
- name: Setup .NET
uses: actions/setup-dotnet@v3
with: