Skip to content

Commit 3eddfaa

Browse files
committed
Fix Azure Pipeline Build package
1 parent 396e8d5 commit 3eddfaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
python -m pip install pyinstaller==3.6 pywin32 tornado
4747
set PYTHONPATH=$(Build.SourcesDirectory);%PYTHONPATH%
4848
cd ./releases
49-
pyinstaller.exe sardes.spec
49+
pyinstaller.exe cdprep.spec
5050
cd ..
5151
displayName: 'Build package'
5252

0 commit comments

Comments
 (0)