Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
bb722827
Commit
bb722827
authored
Feb 22, 2020
by
Vinicius Jarina
Browse files
Fixed travis.ci
* Fixed NuGet nuspec
parent
a1ea6121
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
bb722827
...
...
@@ -14,7 +14,7 @@ script:
-
nuget restore NLua.sln
-
msbuild /p:Configuration=Release /t:Restore NLua.sln
-
msbuild /p:Configuration=Release NLua.sln
-
mono packages/NUnit.ConsoleRunner.3.1
0.0
/tools/nunit3-console.exe ./tests/build/net45/bin/Release/NLuaTest.dll
-
mono packages/NUnit.ConsoleRunner.3.1
1.1
/tools/nunit3-console.exe ./tests/build/net45/bin/Release/NLuaTest.dll
# Execute additional tests or commands
#after_script:
...
...
NLua.nuspec
View file @
bb722827
...
...
@@ -21,6 +21,8 @@
<files>
<file
src=
"lib\Release\MonoAndroid\NLua.dll"
target=
"lib\MonoAndroid"
/>
<file
src=
"lib\Release\net45\NLua.dll"
target=
"lib\net45"
/>
<file
src=
"lib\Release\uap10.0\NLua.dll"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\uap10.0\NLua.pri"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\netcore\netcoreapp3.1\NLua.dll"
target=
"lib\netcoreapp3.1"
/>
<file
src=
"lib\Release\netstandard2.0\NLua.dll"
target=
"lib\netstandard2.0"
/>
<file
src=
"lib\Release\xamarinios\NLua.dll"
target=
"lib\xamarinios"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment