Commit 4ed5824c authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fix android

parent 7189b098
......@@ -225,11 +225,11 @@ stages:
arguments: '.\NLua.netstandard2.0.sln /p:Configuration=Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet build NLua.net6.0-android.sln'
displayName: 'dotnet build ./build/Android/NLua.net6.0-android.csproj'
inputs:
command: custom
custom: build
arguments: '.\NLua.net6.0-android.sln /p:Configuration=Release'
arguments: './build/Android/NLua.net6.0-android.csproj /p:Configuration=Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet vstest'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment