We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ca8e6 commit d6b7404Copy full SHA for d6b7404
ci/appveyor_build_recipe.ps1
@@ -1,6 +1,6 @@
1
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
2
Invoke-Expression .\ci\install_miniconda.ps1
3
- &"$env:CONDA_BLD\Scripts\conda" build conda.recipe -q
+ &"$env:CONDA_BLD\Scripts\conda" build conda.recipe --dirty -q
4
$CONDA_PKG=(&"$env:CONDA_BLD\Scripts\conda" build conda.recipe --output -q)
5
Copy-Item $CONDA_PKG "$env:APPVEYOR_BUILD_FOLDER\dist\"
6
}
0 commit comments