Update main.yml
This commit is contained in:
parent
1129addeed
commit
a9df6a38da
|
@ -26,9 +26,6 @@ jobs:
|
|||
- name: Install NuGet Packages
|
||||
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
|
||||
|
||||
- name: Build solution for ChangeTimestamp project
|
||||
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj
|
||||
|
||||
- name: Install 7Zip PowerShell Module
|
||||
shell: powershell
|
||||
run: Install-Module 7Zip4PowerShell -Force -Verbose
|
||||
|
|
Loading…
Reference in New Issue