Skip to content

Instantly share code, notes, and snippets.

View diegosasw's full-sized avatar
💭
Open to offers

Diego Martin diegosasw

💭
Open to offers
View GitHub Profile
@diegosasw
diegosasw / gitlab
Created November 9, 2019 11:19
gitlab
#Stages
stages:
- ci
- pack
#Global variables
variables:
GITLAB_RUNNER_DOTNET_CORE: ocp-golden-images.artifactory.tuiwestern.eu/gitlab-runner-dotnet-core-22:2.2-1
NUGET_REPOSITORY: $ARTIFACTORY_NUGET_REPOSITORY
NUGET_FOLDER_NAME: nupkgs
2019-11-09T10:49:18.4242118Z ##[section]Starting: Unit Tests
2019-11-09T10:49:18.6235542Z ##[section]Starting: Initialize job
2019-11-09T10:49:18.6235828Z Agent name: 'Hosted Agent'
2019-11-09T10:49:18.6235947Z Agent machine name: 'fv-az50'
2019-11-09T10:49:18.6236037Z Current agent version: '2.160.0'
2019-11-09T10:49:18.6236935Z Current image version: '20191025.1'
2019-11-09T10:49:18.6254314Z Agent running as: 'vsts'
2019-11-09T10:49:18.6350081Z Prepare build directory.
2019-11-09T10:49:18.6603515Z Set build variables.
2019-11-09T10:49:18.6651218Z Download all required tasks.