Skip to content

Commit

Permalink
Update appveyour.yml (#1095)
Browse files Browse the repository at this point in the history
* update Github token

* Remove Unity Package builder

* disable UnityPackage generation
  • Loading branch information
Olivia Brundage authored and abhishektrip committed Oct 16, 2018
1 parent c9e0211 commit 2fbfce3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clone_depth: 5

environment:
GITHUB_TOKEN:
secure: lJJOC3O25ATwK7jNt2TeYC9LexbMpef6ZSJDS8J4OFYABWt53IDe8BPcBNuELiyJ
secure: vgXVXTZeGy16BWD/1TANPZ4dFW12vAjv1NPqPI3srdyUZcUbsyVNLFQ5uvTglg1J
MAPBOX_ACCESS_TOKEN:
secure: dMZloaDRX0kslhjJRbDySkawDtY+1/42ke/v1B2LEQjSnvSp4RWTEkrxuyca3B4Y+Tw4dGg5KI9mL2WFvMQyI49UuIRoVACbIyr6s5pvn4bme5fKhbs/XxpecpzYOVSt

Expand All @@ -30,7 +30,5 @@ build_script:
- scriptcs scripts\build.csx

artifacts:
- path: 'mapbox-unity-sdk_*.unitypackage'
name: UnityPackage
- path: documentation\docfx_project\_site
name: site
10 changes: 5 additions & 5 deletions scripts/build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ if (!publishDocs) {


//---------- unitypackage
Console.WriteLine("creating unitypackage ...");
if (!RunCommand(@"UnityPackager.exe unitypackage.config sdkproject\Assets\ mapbox-unity-sdk_LATEST.unitypackage", logOnErrorOnly: true)) {
Console.Error.WriteLine("could not create unitypackage");
Environment.Exit(1);
}
//Console.WriteLine("creating unitypackage ...");
//if (!RunCommand(@"UnityPackager.exe unitypackage.config sdkproject\Assets\ mapbox-unity-sdk_LATEST.unitypackage", logOnErrorOnly: true)) {
// Console.Error.WriteLine("could not create unitypackage");
// Environment.Exit(1);
//}


//---------- finish
Expand Down

0 comments on commit 2fbfce3

Please sign in to comment.