17 lines
435 B
YAML
17 lines
435 B
YAML
# yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json
|
|
variables:
|
|
SKIP_TESTS: "true"
|
|
SKIP_SINGULARITY: "true"
|
|
|
|
include:
|
|
- project: oceanbox/gitlab-ci
|
|
ref: v4.5
|
|
file: DotnetPackage.gitlab-ci.yml
|
|
inputs:
|
|
project-name: interfaces
|
|
project-dir: src/Interfaces
|
|
|
|
dotnet-build-package-interfaces:
|
|
tags:
|
|
- nix
|