Subiektywny opis czym jest Azure DevOps.
Pod koniec września 2018 swoją premierę miała platforma Azure DevOps. Aby sprawdzić, co oferuje nowe narzędzie Microsoftu postanowiliśmy na początek stworzyć za jego pomocą procesy ciągłej integracji oraz ciągłego wdrażania (CI/CD) dla prostej (monolitycznej) aplikacji web’owej. Na potrzeby niniejszego artykułu posłużymy się zbudowaną przez ...
There was awesome new few days ago on Azure blog about changing Vsts to Azure DevOps, on first look it look to be not important. But after look is seams to be a very important step by giving all unlimited CI/CD minutes for open s...
W poprzednim poście pokazałem jak automatycznie dodawać numer zadania z VSTS do commit message. Dziś pokażę jak automatycznie dodać ten numer zadania do wielu ostatnich commitów. Z pomocą przychodzi Nam polecenie git filter-branch. Polecenie to zastosuje odpowiedni filtr (wybrany przez Nas) do każdego commita w branchu i w efekcie powstanie nowy commit. Składnia dla tego polecenia składa się z 4 elementów:Podstawowe polecenie: git filter-branch.Nazwa filtru np.: --msg-filter.Pol...
If you are writing your next new $1 million startup, you are definitely looking for free private repository. GitHub doesn’t offer that, so you can choose Bitbucket or GitLab. Recently Microsoft renamed their Visual Studio online that became Visual Studio Team Services. Let’s take a look can team services free private repositories serve your new awesome startup. To start with Visual Studio Team Services you can follow this link: vsts free ac...
Visual Studio Team Services has great Continuous Integration and Continues Delivery support for Xamarin. Recently I was configuring pipeline that would build the project, run unit tests (with xUnit), run UI tests (with Xamarin Test Cloud), and, if all tests pass, deploy new version of the app to Hockey App. During the process of creating VSTS build definition I encountered a few problems that I think are worth to share with you.
Mobile development 2918 dni, 22 godziny, 51 minut temu 37 źrodło rozwiń