-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSharp Fixes for 3.7.0 release #5049
Conversation
@@ -683,7 +683,7 @@ elseif(WIN32) | |||
else() | |||
set(ENERGYPLUS_PATH "EnergyPlus-${ENERGYPLUS_VERSION}-${ENERGYPLUS_BUILD_SHA}-Windows-i386") | |||
set(ENERGYPLUS_ARCH 32) | |||
set(ENERGYPLUS_EXPECTED_HASH TODO_TDB_TODO) # TODO: not posted on the release page yet | |||
set(ENERGYPLUS_EXPECTED_HASH 379929e4c46e3d22d79f37b905e56a0e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actual change is here
.github/workflows/buildCSharp.yml
Outdated
- uses: actions/checkout@v4 | ||
# If you need to rebuild for a specific branch **after** you fixed the workflow... | ||
# with: | ||
# ref: master | ||
with: | ||
ref: develop | ||
|
||
- name: download patched CMakeLists.txt | ||
shell: bash | ||
run: | | ||
rm CMakeLists.txt | ||
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/CMakeLists.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- TODO: revert 28f2747
@MingboPeng The 3.7.0 c# packages are on this run: https://github.com/NREL/OpenStudio/actions/runs/6927494494/job/18841460741?pr=5049 |
…akelists (E+ x86 sha)" This reverts commit 28f2747.
Thanks @jmarrec for letting me know. New 3.7.0 NuGet packages are published. https://www.nuget.org/packages/NREL.OpenStudio.win |
Pull request overview
Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.