File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ $AssemblyInfoContents = `
43
43
-replace " \[assembly: AssemblyVersion\("" \d\.\d\.\d\.\d"" \)\]" , " [assembly: AssemblyVersion("" $asmVersion "" )]"
44
44
$AssemblyInfoContents > " NuGetImporterForUnity/Packages/NuGet Importer/Editor/AssemblyInfo.cs"
45
45
46
- Start-Process - FilePath $env: UNITY_2020_3_25f1 `
46
+ Start-Process - FilePath $env: UNITY_2020_3_30f1 `
47
47
- ArgumentList " -projectPath "" ${packageProjectPath} "" -batchmode -nographics -quit" `
48
48
- Wait
49
49
@@ -53,7 +53,7 @@ Copy-Item -Path "NuGetImporterForUnity/Library/ScriptAssemblies/kumaS.NuGetImpor
53
53
54
54
New-Item - Path " Release/$name " - ItemType Directory
55
55
56
- Start-Process - FilePath $env: UNITY_2020_3_25f1 `
56
+ Start-Process - FilePath $env: UNITY_2020_3_30f1 `
57
57
- ArgumentList " -projectPath "" ${exportProjectPath} "" -batchmode -nographics -exportPackage "" Assets/NuGet Importer"" "" ../Release/$name /$name .unitypackage"" -quit" `
58
58
- Wait
59
59
You can’t perform that action at this time.
0 commit comments