diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 892184d..6286682 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,11 +24,11 @@ pr: variables: - group: 'External Resources' - name: v - value: '4.16.1' + value: '4.16.2' - name: av value: '4.0.0' - name: pv - value: '4.16.1' + value: '4.16.2' steps: @@ -38,14 +38,16 @@ steps: displayName: 'unit tests' inputs: command: test - projects: src/Config.Net.Tests + projects: Config.Net.Tests arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"' + workingDirectory: 'src' - task: DotNetCoreCLI@2 displayName: 'build all' inputs: - projects: src/Config.Net.sln + projects: Config.Net.sln arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"' + workingDirectory: 'src'