Files
docker-wine-dotnet/.drone.yml
Roman Vanicek 8c165a7194
Some checks failed
continuous-integration/drone/push Build is failing
Use VisualStudioMock.exe (still not fully working)
2025-02-20 12:51:22 +01:00

22 lines
558 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build --configuration Release Eazfuscator-Launcher/Eazfuscator-Launcher.csproj
- dotnet build --configuration Release VisualStudioMock/VisualStudioMock.csproj
- name: docker
image: plugins/docker
settings:
registry: https://git.ivasoft.cz
username:
from_secret: repo_user
password:
from_secret: repo_pass
repo: git.ivasoft.cz/sw/docker-wine-dotnet
tags:
- latest
- ${DRONE_TAG:-latest}