Update build

This commit is contained in:
Sipke Schoorstra 2023-11-27 20:05:26 +01:00
parent 86ffcfab5d
commit 694a90baee

View file

@ -33,11 +33,6 @@ jobs:
else
echo "VERSION=3.0.0-preview.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Build designer package
working-directory: ./src/modules/Elsa.Workflows.Designer
run: |
npm install --force
npm run build
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}
- name: Test