diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a97d649..2312221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,37 +126,37 @@ UI:deploy: # IIS DEV - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.UI/MP.MONO.UI.csproj -# SIM:release: -# stage: release -# tags: -# - win -# only: -# - main -# variables: -# APP_NAME: MP.MONO.SIM -# needs: ["SIM:build"] -# script: -# # - dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj -# - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.SIM/MP.MONO.SIM.csproj -# - *zipper -# - *hashBuild -# - *nexusUpload +SIM:release: + stage: release + tags: + - win + only: + - main + variables: + APP_NAME: MP.MONO.SIM + needs: ["SIM:build"] + script: + # - dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj + - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.SIM/MP.MONO.SIM.csproj + - *zipper + - *hashBuild + - *nexusUpload -# DECODER:release: -# stage: release -# tags: -# - win -# only: -# - main -# variables: -# APP_NAME: MP.MONO.DECODER -# needs: ["DECODER:build"] -# script: -# # - dotnet build MP.MONO.DECODER/MP.MONO.DECODER.csproj -# - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.DECODER/MP.MONO.DECODER.csproj -# - *zipper -# - *hashBuild -# - *nexusUpload +DECODER:release: + stage: release + tags: + - win + only: + - main + variables: + APP_NAME: MP.MONO.DECODER + needs: ["DECODER:build"] + script: + # - dotnet build MP.MONO.DECODER/MP.MONO.DECODER.csproj + - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.DECODER/MP.MONO.DECODER.csproj + - *zipper + - *hashBuild + - *nexusUpload # UI:release: # stage: release diff --git a/MP.MONO.Data/MP.MONO.Data.csproj b/MP.MONO.Data/MP.MONO.Data.csproj index 718bd88..08cf5ca 100644 --- a/MP.MONO.Data/MP.MONO.Data.csproj +++ b/MP.MONO.Data/MP.MONO.Data.csproj @@ -17,15 +17,15 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MP.MONO.UI/MP.MONO.UI.csproj b/MP.MONO.UI/MP.MONO.UI.csproj index 365f423..0b4cbde 100644 --- a/MP.MONO.UI/MP.MONO.UI.csproj +++ b/MP.MONO.UI/MP.MONO.UI.csproj @@ -16,8 +16,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive