diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa91291..1dd4661 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,3 +17,12 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' + +- task: VSBuild@1 + displayName: 'Build .NET sln' + inputs: + solution: '$(Build.SourcesDirectory)\Forge.sln' + + platform: 'Any CPU' + + configuration: Release \ No newline at end of file