You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- for %%x in (win-x64 win-x86 win-arm win-arm64 linux-x64 linux-arm osx-x64) do (dotnet publish Aem -c Release -o %APPVEYOR_BUILD_FOLDER%\published-%%x --self-contained -r %%x)
- for %%x in (win-x64 win-x86 win-arm win-arm64 linux-x64 linux-arm osx-x64) do (7z a Aem-%%x-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\published-%%x\*)