add powershell to the dependency stack
This commit is contained in:
parent
18d78ce3e7
commit
f0b250d0e5
@ -18,13 +18,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
|
- name: Install PowerShell
|
||||||
|
run: dotnet tool install --global PowerShell
|
||||||
|
|
||||||
- name: Where Am I
|
- name: Where Am I
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: pwd && ls -l && dotnet --info
|
run: pwd && ls -l && dotnet --info && pwsh --version
|
||||||
|
|
||||||
# - name: Install dependencies
|
|
||||||
# run: dotnet add package Newtonsoft.Json --version 12.0.1
|
|
||||||
|
|
||||||
- name: Start Web
|
- name: Start Web
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user