mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Moved pipeline files
This commit is contained in:
parent
f45f7bc48f
commit
069b7fb87c
4 changed files with 0 additions and 0 deletions
27
.azure/pipelines/azure-pipelines.yml
Normal file
27
.azure/pipelines/azure-pipelines.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
name: $(VersionMajor).$(VersionMinor).$(VersionBuild).$(VersionRevision)
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- source
|
||||
|
||||
steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
displayName: 'Install NuGet 4.4.1'
|
||||
inputs:
|
||||
versionSpec: '4.4.1'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet restore'
|
||||
inputs:
|
||||
restoreSolution: '$(SolutionFile)'
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Apply Semantic Versioning to Assemblies'
|
||||
inputs:
|
||||
targetType: filePath
|
||||
filePath: '.\src\_deployment\scripts\ApplySemanticVersioningToAssemblies.ps1'
|
||||
pwsh: true
|
||||
env:
|
||||
BUILD_APPLICATION_NAME: $(ApplicationName)
|
||||
BUILD_SOURCE_PATH: $(Build.SourcesDirectory)\src
|
||||
Loading…
Add table
Add a link
Reference in a new issue