mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +02:00
Merge branch 'master' into publish-19828
This commit is contained in:
@@ -18,7 +18,7 @@ on:
|
|||||||
- "**.fsproj"
|
- "**.fsproj"
|
||||||
- "**global.json"
|
- "**global.json"
|
||||||
- "**snippets.5000.json"
|
- "**snippets.5000.json"
|
||||||
branches: [ master ]
|
branches: '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
|
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
|
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
echo "Downloading dotnet-install.ps1"
|
echo "Downloading dotnet-install.ps1"
|
||||||
Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
|
Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
|
||||||
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
|
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
|
||||||
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}"
|
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user