Skip to content

Commit

Permalink
only do prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jul 1, 2018
1 parent 5fede34 commit fe65b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vsts.service.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ steps:
- task: DotNetCoreCLI@2
displayName: Copy sdk files locally before build
inputs:
command: custom
projects: src/SignService/SignService.csproj
arguments: '-c $(BuildConfiguration) /t:PrebuildScript'
custom: msbuild
arguments: '/p:Configuration=$(BuildConfiguration) /t:PrebuildScript'

- task: DotNetCoreCLI@2
displayName: Build and Publish
Expand Down

0 comments on commit fe65b08

Please sign in to comment.