Luca
Luca
Hello, here there is a modified version of the CI build, in detail: - the workflow execute build and test for the major platforms: linux, macos, windows; - the workflow...
- Drop the submodule containing the code shared with [run-vcpkg](https://github.com/lukka/run-vcpkg) and [run-cmake](https://github.com/lukka/run-cmake) action. - Use the NPM packages from [lukka/run-cmake-vcpkg-action-libs](https://github.com/lukka/run-cmake-vcpkg-action-libs). - Ensure functional validation on Azure DevOps Pipelines.
the workflow chart for the **run-vcpkg** task contains two errors: the initial restore cache, and the final 'save cache', both of them are not existing in this task. Those are...
e.g. if this is provided ```"inheritEnvironments": [ "msvc_x64_x64" ]```` then the x64_x64 cmd prompt should be used to establish the environment for MSVC. Only on Windows and if related to...
**repro**: clone the repro, open the solution, put install.tar.gz under WSL-DistroLauncher\x64 build the x64 configuration **expected**: build succeeds and appx file is created **observed**: build succeeds, but no appx file...
repro: clone the repro, open the solution, build the x64 configuration **expected:** build succeeds **observed:** build fails with: 2>\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4651,5): error MSB3030: Could not copy the file "D:\repos\WSL-DistroLauncher\x64\install.tar.gz" because it was...
Coverall works fine with all repos, but not with this one: https://coveralls.io/github/lukka/run-vcpkg Any suggestion is welcome, thanks!
run-vcpkg must implement the following: - if the cache was correctly created, then it must be saved no matter what the workflow outcome is. - if the cache was not...
Note: not talking about the cache of the artifacts generated by vcpkg's Binary Caching, but the cache of vcpkg's executable and its data files (e.g. ports file), which is useful...