add powershell to the dependency stack
msbuild / build (push) Failing after 24s Details

This commit is contained in:
Greg Gauthier 2024-02-27 12:53:02 +00:00
parent 18d78ce3e7
commit f0b250d0e5
1 changed files with 6 additions and 6 deletions

View File

@ -17,15 +17,15 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Install PowerShell
run: dotnet tool install --global PowerShell
- name: Where Am I
shell: bash
working-directory: ${{runner.workspace}}
run: pwd && ls -l && dotnet --info
# - name: Install dependencies
# run: dotnet add package Newtonsoft.Json --version 12.0.1
run: pwd && ls -l && dotnet --info && pwsh --version
- name: Start Web
shell: bash
working-directory: ${{runner.workspace}}