Skip to content

removed azure-pipeline files #10

removed azure-pipeline files

removed azure-pipeline files #10

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
jobs:
build:
uses: koliva8245/github.workflows/.github/workflows/dotnet-build.yml@main
with:
dotnet-sdk: 8.0.X
main-project: HeroesDecode/HeroesDecode.csproj
artifact-name-prefix: HeroesDecode
is-tool: true
secrets:
es-username: ${{ secrets.ES_USERNAME }}
es-password: ${{ secrets.ES_PASSWORD }}
es-credential-id: ${{ secrets.ES_CREDENTIAL_ID }}
es-totp-secret: ${{ secrets.ES_TOTP_SECRET }}