mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-17 02:51:37 -05:00
Set environment variables
This commit is contained in:
@@ -10,6 +10,9 @@ assembly_info:
|
|||||||
file: 'Properties\AssemblyInfo.cs'
|
file: 'Properties\AssemblyInfo.cs'
|
||||||
assembly_version: "{version}"
|
assembly_version: "{version}"
|
||||||
assembly_file_version: "{version}"
|
assembly_file_version: "{version}"
|
||||||
|
environment:
|
||||||
|
DOTNET_NOLOGO: true
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
install:
|
install:
|
||||||
- ps: |
|
- ps: |
|
||||||
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
|
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
|
||||||
|
|||||||
Reference in New Issue
Block a user