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
2e19cda3
Commit
2e19cda3
authored
Nov 10, 2021
by
Vinicius Jarina
Browse files
Build .NET 6 using `dotnet build`
parent
469f4f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/azure-devops.yml
View file @
2e19cda3
...
...
@@ -189,11 +189,6 @@ stages:
inputs
:
restoreSolution
:
NLua.Android.sln
-
task
:
NuGetCommand@2
displayName
:
'
NuGet
restore
NET
6'
inputs
:
restoreSolution
:
NLua.net6.0.sln
-
task
:
PowerShell@2
displayName
:
'
PreBuild
Script'
inputs
:
...
...
@@ -215,11 +210,12 @@ stages:
configuration
:
Release
msbuildArguments
:
/restore
-
task
:
MSBuild@1
displayName
:
'
Build
.NET
6
'
-
task
:
DotNetCoreCLI@2
displayName
:
'
dotnet
build
NLua.net6.0.sln
'
inputs
:
solution
:
'
NLua.net6.0.sln'
configuration
:
Release
command
:
custom
custom
:
build
arguments
:
'
.\NLua.net6.0.sln
/p:Configuration=Release'
-
task
:
DotNetCoreCLI@2
displayName
:
'
dotnet
build
NLua.netstandard.sln'
...
...
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