Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files for first version #1

Merged
merged 14 commits into from
May 2, 2020
Merged
Prev Previous commit
Fix previous commit
  • Loading branch information
eduherminio committed May 2, 2020
commit f4d509970f3f468067a0bed0b154143444dd6d2f
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stages:
displayName: 'Build'
inputs:
command: build
arguments: '--configuration --no-restore Release /p:ContinuousIntegrationBuild=true'
arguments: '--configuration Release --no-restore /p:ContinuousIntegrationBuild=true'
projects: 'SheepToolsSolution.sln'

- task: DotNetCoreCLI@2
Expand Down