pipelines update

This commit is contained in:
nhmall
2021-06-04 00:01:37 -04:00
parent 91ab71f0f9
commit d27c507c16

View File

@@ -111,13 +111,13 @@ steps:
inputs:
contents: NetHackPackage_StoreKey.pfx
SourceFolder: $(Agent.TempDirectory)
TargetFolder: $(Agent.BuildDirectory)/$(netHackPath)/win/win32/vs
TargetFolder: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs
condition: eq( variables.toolchain, 'vs' )
displayName: 'Copying store key'
- task: MSBuild@1
inputs:
solution: $(Agent.BuildDirectory)/$(netHackPath)/win/win32/vs/NetHack.sln
solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln
platform: Win32
configuration: Debug
condition: eq( variables.toolchain, 'vs' )