|
|
@ -48993,6 +48993,7 @@ function run() {
|
|
|
|
core.saveState(constants_1.State.SaveCache, saveCache);
|
|
|
|
core.saveState(constants_1.State.SaveCache, saveCache);
|
|
|
|
core.info(`Input save-cache-on-any-failure is set to yes, the cache will be saved despite of any failure in the build.`);
|
|
|
|
core.info(`Input save-cache-on-any-failure is set to yes, the cache will be saved despite of any failure in the build.`);
|
|
|
|
core.info(core.getState(constants_1.State.SaveCache));
|
|
|
|
core.info(core.getState(constants_1.State.SaveCache));
|
|
|
|
|
|
|
|
core.info(core.getState(constants_1.State.CachePrimaryKey));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!cacheKey) {
|
|
|
|
if (!cacheKey) {
|
|
|
|
if (core.getInput(constants_1.Inputs.StrictRestore) == "true") {
|
|
|
|
if (core.getInput(constants_1.Inputs.StrictRestore) == "true") {
|
|
|
|