Update main.yml
This commit is contained in:
parent
afdd38abe6
commit
1129addeed
|
@ -26,12 +26,6 @@ jobs:
|
||||||
- name: Install NuGet Packages
|
- name: Install NuGet Packages
|
||||||
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
|
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
|
||||||
|
|
||||||
- name: Build solution for .NET Framework 3.5
|
|
||||||
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} Client\Client35.csproj
|
|
||||||
|
|
||||||
- name: Build solution for .NET Framework 4.0
|
|
||||||
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} Client\Client40.csproj
|
|
||||||
|
|
||||||
- name: Build solution for ChangeTimestamp project
|
- name: Build solution for ChangeTimestamp project
|
||||||
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj
|
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue