-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * always look for uwp paths first * gate sync * bump sync version * Jenkinsfile * fix libuv linking * fix cmake * fix sync nuspec * Don’t set REALM_PLATFORM DotNet * Try to force the generic event looper * Force generic event looper take #2 * Update dependencies * replace download with download_and_extract * Update to 2.0.1 and add sshagent * Add nuget packages to Win32 tests * Update to windows-friendly OS file handling; Set Realm_PLATFORM to avoid linking libuv * Make sure to create folders * Try to reduce folder length on windows * Fix leftover * Fix merge issues * Final touches... * Unstash win32 binaries on CI * Try to fix Win32 tests * Update OS * Update OS * Update nunit console to latest
- Loading branch information
1 parent
f257663
commit 9be3baa
Showing
21 changed files
with
410 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NUnit.ConsoleRunner" version="3.2.1" /> | ||
<package id="NUnit.Extension.NUnitProjectLoader" version="3.2.1" /> | ||
<package id="NUnit.Extension.NUnitV2Driver" version="3.2.1" /> | ||
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.2.1" /> | ||
<package id="NUnit.Extension.VSProjectLoader" version="3.2.1" /> | ||
<package id="NUnit.Runners" version="3.2.1" /> | ||
<package id="NUnit.ConsoleRunner" version="3.7.0" /> | ||
<package id="NUnit.Extension.NUnitProjectLoader" version="3.6.0" /> | ||
<package id="NUnit.Extension.NUnitV2Driver" version="3.6.0" /> | ||
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.5.0" /> | ||
<package id="NUnit.Extension.VSProjectLoader" version="3.5.0" /> | ||
<package id="NUnit.Runners" version="3.7.0" /> | ||
<package id="NUnit.Extension.TeamCityEventListener " version="1.0.2" /> | ||
</packages> |
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 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
Oops, something went wrong.