Skip to content

Commit

Permalink
fixed .net build
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Nov 24, 2018
1 parent c2a035f commit f67e50a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Expand Up @@ -40,11 +40,5 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- script: dotnet restore
displayName: 'dotnet restore'
- script: dotnet build -c Release
displayName: 'dotnet build Release'
- script: dotnet build -c Release
displayName: 'dotnet build Release'
- script: dotnet publish -r win-x64 -c Release-Core /p:Platform="Any CPU" /p:DefineConstants="NATIVE"
displayName: 'buld native binary'
displayName: 'msbuild /p:Configuration=Release'

0 comments on commit f67e50a

Please sign in to comment.