-
-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d94b8a2
commit 513ee9a
Showing
1 changed file
with
1 addition
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,11 @@ jobs: | |
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: | | ||
1.0.4 | ||
2.1.x | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
7.0.x | ||
- name: Setup MSBuild | ||
uses: microsoft/[email protected] | ||
with: | ||
vs-version: '[17.0,18.0)' | ||
|
||
- name: Setup NuGet | ||
uses: NuGet/[email protected] | ||
env: | ||
|
@@ -56,16 +49,9 @@ jobs: | |
echo "Execute Demo.sql" | ||
sqlcmd -i ".\test\Audit.EntityFramework.Core.UnitTest\Demo.sql" -d "master" -I | ||
- name: Nuget Restore | ||
run: nuget restore Audit.NET.sln | ||
|
||
- name: Dotnet Restore | ||
run: dotnet restore | ||
|
||
- name: MsBuild Audit.EntityFramework.UnitTest | ||
run: | | ||
msbuild.exe .\test\Audit.EntityFramework.UnitTest -p:Configuration=Release | ||
- name: Dotnet Build Audit.NET.sln | ||
run: dotnet build .\Audit.NET.sln --no-restore --configuration release | ||
|
||
|