Correzione yaml

This commit is contained in:
Samuele Locatelli
2025-03-15 12:23:09 +01:00
parent 8904f179b8
commit c9f054adab
+1 -1
View File
@@ -758,7 +758,7 @@ MON:installer:
needs: ["MON:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME.csproj -o:publish -p:verbosity=quiet
- dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish -p:verbosity=quiet
# qui il deploy su nexus...
- *hashBuild
- *nexusUpload