Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evaristocuesta authored Nov 25, 2020
1 parent bcc8bb2 commit c000ba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
run: dotnet restore
- name: Build FolderBrowserEx
run: dotnet build FolderBrowserEx\FolderBrowserEx.csproj --configuration Release --no-restore
- name: Build Sample .NET Core
run: dotnet build Samples/NetCoreSample/NetCoreSample.csproj --configuration Release --no-restore
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
- name: Restore NuGet packages
run: nuget restore FolderBrowserEx.sln
- name: Build MVVMBase
run: msbuild Samples/MVVMBase/MVVMBase.csproj /p:Configuration=Release
- name: Build Sample
- name: Build Sample .NET Framework
run: msbuild Samples/NetFrameworkSample/NetFrameworkSample.csproj /p:Configuration=Release

0 comments on commit c000ba6

Please sign in to comment.