We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6d740 commit 6b9c46aCopy full SHA for 6b9c46a
sources/LibLogicalAccessNet.win32/conan-build.ps1
@@ -57,8 +57,8 @@ if($with_profile) {
57
if ($publish) {
58
ExecExternal { conan export-pkg .. $PackageName }
59
ExecExternal { conan upload $PackageName -r islog-test --all --confirm --check }
60
- Remove-Item * -Recurse -Force
61
}
+ Remove-Item * -Recurse -Force
62
63
} else {
64
ExecExternal { conan install -s arch=$arch -s build_type=$build_type -o LLA_BUILD_PRIVATE=$build_private -o LLA_BUILD_NFC=$build_nfc -o LLA_BUILD_RFIDEAS=$build_rfideas --build=missing .. }
0 commit comments