Closed
Conversation
mittalyashu
added a commit
that referenced
this pull request
May 15, 2019
* Azure status badge * This is the commit message #3: * Spacing after each script command * Move task under steps * Adding task to each of the job under steps object. * Remove stage displayName * Update node version to 10.x * Remove stages * Store build artifacts * Change yarn to npm * Publish artificate after script * Revert back to yarn * Different version of node * Run mulitple jobs under different node version. * Move strategy under jobs * Windows vmImage to windows-2019 * Node matrix template * Move node matrix to yml template and use inside each job * Echo few variables for test * Remove quote around node_version * Remove Node_version 8 * Node_matrix template below pool object * Fix node_matrix template indentation * Strategy object & node_matrix template * Add node_10_x directly * Node version 8 to matrix * Use Window build command * Switch to node_matrix template * Display name for each job * Change window build script name * echo BuildConfiguration test * Window vmImage to "VS2017-Win2016" * Move Azure pipline config file to azure-pipelines directory * Remove node_matrix template * Split steps object to different files * Prettify the file * Remove gitlab ci file * echo some build status * Remove echo variables in win.yml * Echo item from Build.ArtifactStagingDirectory directory * Checking if build are saved in dist directory * Checking if build are saved in dist directory * MacOS and Windows operating system * Validate build * Validating build by checking the files generated in dist folder. * Update displayName of main script * Remove script for echo Build.ArtifactStagingDirectory * Add task for copy files to build Artifact Staging Directory * Add display name to PublishBuildArtifacts task * Copy files based on file extension * Match multiple file pattern * Filter multiple files from dist directory * Change path to forward slash * Use dist at sourceFolder * Test win script with npm * FIX: build/icon.icns not found for Mac * Copy .dmg & .zip build for Mac * Add os and platform to file macros * Remove platform variable from file macros * Remove install package command * Run yarn command * Set System.debug to true * Downcase windows vmImage * Windows vmImage "windows-2019" * Switch windows script command to npm * Change vmImage to "vs2017-win2016" * Inline yarn build command * Inline the comments according to script command
Member
Author
|
Will be using Codacy for code coverage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add codecov for checking the code coverage.