File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ master ]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 build :
1114 runs-on : windows-2022
1417 configuration : [Release]
1518 platform : [x64]
1619 steps :
17- - uses : actions/checkout@v4
20+ - name : Harden Runner
21+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
22+ with :
23+ egress-policy : audit
24+
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ with :
27+ submodules : recursive
1828
1929 - name : Setup MSBuild
2030 uses : microsoft/setup-msbuild@v2
2636 run : nuget restore src\WinMSRDriver\MSR.vcxproj
2737
2838 - name : Build
29- run : msbuild src\WinMSRDriver\MSR.vcxproj /m /t:Build ^
30- /p:Configuration=${{ matrix.configuration }} ^
31- /p:Platform=${{ matrix.platform }}
39+ run : msbuild src\WinMSRDriver\MSR.vcxproj /m /t:Build /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments