REmove task names

This commit is contained in:
benjaminramey
2019-11-03 02:17:28 +00:00
parent b88e47cab9
commit e45974dee3

View File

@@ -12,14 +12,12 @@ pool:
steps:
- task: FAKE5@1
name: Run fake bundle
inputs:
FakeVersion: '5.16.1'
FakeScript: 'build.fsx'
ScriptArguments: 'build -t bundle'
- task: PublishBuildArtifacts@1
name: Publish deploy folder as artifact
inputs:
PathtoPublish: 'deploy'
ArtifactName: 'lunchrun-deploy'