Skip to content

Commit 7357247

Browse files
committed
Update NuGet.Config by adding nuget online repository
1 parent d1b5850 commit 7357247

15 files changed

+527
-34
lines changed

.github/workflows/UMVC.Editor.Core.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
Test_UMVC_Editor:
8989
name: Test UMVC.Editor 🧪
9090
runs-on: ubuntu-latest
91-
container: gableroux/unity3d:2019.3.13f1
91+
container: unityci/editor:ubuntu-2021.1.19f1-windows-mono-0
9292
needs: Build_UMVC_Core
9393
if: "!contains(github.event.head_commit.message, '[skip ci]')"
9494

@@ -132,7 +132,7 @@ jobs:
132132
Build_UMVC_Editor:
133133
name: Build UMVC.Editor 🏗️
134134
runs-on: ubuntu-latest
135-
container: gableroux/unity3d:2019.3.13f1
135+
container: gableroux/unity3d:ubuntu-2021.1.19f1-windows-mono-0
136136
needs: Test_UMVC_Editor
137137
if: "!contains(github.event.head_commit.message, '[skip ci]')"
138138

.github/workflows/UMVC.Editor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
name: Test UMVC.Editor 🧪
1313
runs-on: ubuntu-latest
14-
container: gableroux/unity3d:2019.3.13f1
14+
container: unityci/editor:ubuntu-2021.1.19f1-windows-mono-0
1515

1616
steps:
1717
- name: Wait for build to succeed

Assets/AssetStoreTools.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)