-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* again * maybe explicit restore ? * attempt to remove .bin/.obj folders * update Avalonia version here as well (temporary) * Revert "attempt to remove .bin/.obj folders" This reverts commit 5fecc99. * Revert "maybe explicit restore ?" This reverts commit 22c232a. * change version manually & temporarily avoid upgrading of Avalonia.Skia package
- Loading branch information
1 parent
40b8ddf
commit a7e11ba
Showing
4 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -13,9 +13,9 @@ jobs: | |
with: | ||
dotnet-version: '3.1.401' | ||
- name: Setup NuGet | ||
uses: NuGet/[email protected].2 | ||
uses: NuGet/[email protected].5 | ||
- name: Setup MSBuild Path | ||
uses: warrenbuckley/Setup-MSBuild@v1 | ||
uses: microsoft/setup-msbuild@v1.0.2 | ||
- name: Restore NuGet Packages | ||
run: nuget restore CSharpMath.sln | ||
- name: Build Everything | ||
|
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