Commit 2e19cda3 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Build .NET 6 using `dotnet build`

parent 469f4f4d
...@@ -189,11 +189,6 @@ stages: ...@@ -189,11 +189,6 @@ stages:
inputs: inputs:
restoreSolution: NLua.Android.sln restoreSolution: NLua.Android.sln
- task: NuGetCommand@2
displayName: 'NuGet restore NET 6'
inputs:
restoreSolution: NLua.net6.0.sln
- task: PowerShell@2 - task: PowerShell@2
displayName: 'PreBuild Script' displayName: 'PreBuild Script'
inputs: inputs:
...@@ -215,11 +210,12 @@ stages: ...@@ -215,11 +210,12 @@ stages:
configuration: Release configuration: Release
msbuildArguments: /restore msbuildArguments: /restore
- task: MSBuild@1 - task: DotNetCoreCLI@2
displayName: 'Build .NET 6' displayName: 'dotnet build NLua.net6.0.sln'
inputs: inputs:
solution: 'NLua.net6.0.sln' command: custom
configuration: Release custom: build
arguments: '.\NLua.net6.0.sln /p:Configuration=Release'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'dotnet build NLua.netstandard.sln' displayName: 'dotnet build NLua.netstandard.sln'
......
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