We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c692ced commit a4a3267Copy full SHA for a4a3267
azure-pipelines.yml
@@ -10,7 +10,7 @@ stages:
10
strategy:
11
matrix:
12
windows:
13
- imageName: 'vs2017-win2016'
+ imageName: 'windows-2019'
14
rid: "win-x64"
15
PLATFORMLINKER: ""
16
ExE_FILE_ExT: ".exe"
@@ -46,7 +46,7 @@ stages:
46
inputs:
47
command: "pack"
48
configuration: "release"
49
- packagesToPack: "dotnet-text-encoder/dotnet-text-encoder.csproj"
+ packagesToPack: "dotnet-ansible-vault-decoder/dotnet-ansible-vault-decoder.csproj"
50
- task: DotNetCoreCLI@2
51
name: "publish_project"
52
0 commit comments