Compare commits

...

1 Commits

Author SHA1 Message Date
fa19f8d938 Update dotnet.yml 2024-10-24 19:45:28 +02:00

View File

@@ -36,7 +36,7 @@ jobs:
run: dotnet restore ./Bot/Lunaris2.csproj run: dotnet restore ./Bot/Lunaris2.csproj
- name: Build - name: Build
run: dotnet build ./Bot/Lunaris2.csproj --no-restore -c Release /p:Version=${{ steps.previoustag.outputs.tag }} -o ./out run: dotnet build ./Bot/Lunaris2.csproj --no-restore -c Release /p:AssemblyVersion=${{ steps.previoustag.outputs.tag }} -o ./out
- name: Publish - name: Publish
run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out