Skip to content

S #8577

Closed as not planned
Closed as not planned
S#8577
@kitkat23-n

Description

@kitkat23-n

trigger:

  • main

pool:

vmImage: 'ubuntu-latest'

steps:

  • checkout: self # stáhne kód z repozitáře

  • task: NodeTool@0

    inputs:

    versionSpec: '18.x'

    displayName: 'Install Node.js'

  • script: npm install

    displayName: 'Install dependencies'

  • script: npm run build

    displayName: 'Build project'

  • task: PublishBuildArtifacts@1

    inputs:

    pathToPublish: 'dist'

    artifactName: 'build-output'

Originally posted by @kitkat23-n in 49ea988

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions