-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from ekonbenefits/update-deps,-reduce-targets
Update deps, reduce targets, incr major vers
- Loading branch information
Showing
14 changed files
with
78 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Build CrossComple .net core/.net framework Windows | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
name: Test Windows .net Framework Only | ||
runs-on: windows-2019 | ||
steps: | ||
|
||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup NuGet | ||
uses: NuGet/setup-nuget@v1.2.0 | ||
|
||
- name: setup-msbuild | ||
uses: microsoft/setup-msbuild@v1.1 | ||
|
||
- name: Restore Packages | ||
run: nuget restore Dynamitey.sln | ||
- name: Build solution | ||
run: msbuild Dynamitey.sln -t:rebuild -property:Configuration=Release | ||
- name: Run vstests | ||
uses: microsoft/vstest-action@v1.0.0 | ||
with: | ||
testAssembly: Tests.dll | ||
searchFolder: .\Tests\bin\Release\*\ | ||
runInParallel: true | ||
otherConsoleOptions: /TestCaseFilter:"(TestCategory!=Performance)" | ||
platform: x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<VersionPrefix>2.0.10</VersionPrefix> | ||
<VersionPrefix>3.0.2</VersionPrefix> | ||
</PropertyGroup> | ||
</Project> |