|
@@ -7,7 +7,7 @@ queue: Hosted VS2017
|
|
variables:
|
|
variables:
|
|
BuildConfiguration: Release
|
|
BuildConfiguration: Release
|
|
BuildPlatform: Any CPU
|
|
BuildPlatform: Any CPU
|
|
-
|
|
|
|
|
|
+
|
|
steps:
|
|
steps:
|
|
- task: BatchScript@1
|
|
- task: BatchScript@1
|
|
inputs:
|
|
inputs:
|
|
@@ -15,7 +15,14 @@ steps:
|
|
arguments: -no_logo
|
|
arguments: -no_logo
|
|
modifyEnvironment: true
|
|
modifyEnvironment: true
|
|
displayName: Setup Environment Variables
|
|
displayName: Setup Environment Variables
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+- task: DotNetCoreCLI@2
|
|
|
|
+ inputs:
|
|
|
|
+ command: build
|
|
|
|
+ projects: Rx.NET/Source/build/serversion.csproj
|
|
|
|
+ arguments: -c $(BuildConfiguration)
|
|
|
|
+ displayName: Set Version
|
|
|
|
+
|
|
- task: PowerShell@1
|
|
- task: PowerShell@1
|
|
inputs:
|
|
inputs:
|
|
scriptName: 'Rx.NET/Source/build-new.ps1'
|
|
scriptName: 'Rx.NET/Source/build-new.ps1'
|
|
@@ -31,4 +38,4 @@ steps:
|
|
PathtoPublish: 'Rx.NET/Source/artifacts'
|
|
PathtoPublish: 'Rx.NET/Source/artifacts'
|
|
ArtifactName: artifacts
|
|
ArtifactName: artifacts
|
|
publishLocation: Container
|
|
publishLocation: Container
|
|
- condition: always()
|
|
|
|
|
|
+ condition: always()
|