name: smoke on: [push, workflow_dispatch] jobs: host: runs-on: windows-x64 defaults: run: shell: pwsh steps: - uses: actions/checkout@v4 - name: Report the runner environment run: | "whoami: $(whoami)" "TEMP: $env:TEMP" "NUGET_PACKAGES: $env:NUGET_PACKAGES" "workdir: $PWD" dotnet --version node --version git --version