Skip to content

Commit

Permalink
Include Runtime Info In Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Wilson committed Jul 18, 2020
1 parent e03dd66 commit c2c2368
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ steps:
command: 'install'
workingDir: './RotationalImage/'

- task: Npm@1
inputs:
command: 'install'
workingDir: './RuntimeInfo/'

#PowerApps controls can be build using MSBuild and do not require the PCF CLI to be downloaded.
#The build command will utilize NuGet to go out and get all the resource packages it needs.
- task: MSBuild@1
Expand Down Expand Up @@ -140,6 +145,12 @@ steps:
Contents: 'RotationalImageComponent_managed.zip'
TargetFolder: '$(Build.ArtifactStagingDirectory)'

- task: CopyFiles@2
inputs:
SourceFolder: './RuntimeInfo/Solution/RuntimeInfoComponent/bin/Release/'
Contents: 'RuntimeInfoComponent_managed.zip'
TargetFolder: '$(Build.ArtifactStagingDirectory)'

#Publish the build artifacts.
- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit c2c2368

Please sign in to comment.