We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d57e6 commit b11295dCopy full SHA for b11295d
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: NanoServer MSVC
3
on: [push, workflow_dispatch]
4
5
jobs:
6
- run-nanoserver:
+ run-nanoserver-msvc-winsdk-x64-build:
7
runs-on: windows-latest
8
steps:
9
- name: Checkout Repository
@@ -35,7 +35,7 @@ jobs:
35
Write-Host "MSVC Path: $vctoolsPath"
36
Write-Host "Windows SDK Path: $windowsSdkPath"
37
38
- docker run --rm -it --name orphan `
+ docker run --rm -dit --name orphan `
39
-v "$repoWorkspace:C:\mount\source" `
40
-v "$vctoolsPath:C:\mount\msvc" `
41
-v "$windowsSdkPath:C:\mount\windowssdk" `
0 commit comments